IControlStatus 介面

代表一个运动曲线。

继承体系

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.IControlStatus

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IControlStatus : INotifyPropertyChanged
Public Interface IControlStatus Inherits INotifyPropertyChanged

 

IControlStatus 介面陈列了以下成员。

属性

 名称说明
ActualCurrent实际电流的变数 (#x6078)。
ActualPosition使用主编码器的轴其目前位置。
ActualTorque轴的实际扭矩。
ActualVelocity轴的实际速度。
FollowingError轴的跟随误差。
SecondPosition使用第二编码器的轴其目前位置。
SetPosition设定轴的目标位置。
SetTorque设定轴的目标扭矩。
SetVelocity设定轴的目标速度。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间